home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / CDIconKiller 1.4.1 / CDIconKiller 1.4.1 Folder / CDIconKiller Docs next >
Text File  |  1997-04-29  |  4KB  |  55 lines

  1. CDIconKiller
  2. ============
  3. © 1994-1997 Quinn & Peter N Lewis, Fabrizio Oddone
  4. Quinn <quinn@quinn.echidna.id.au>
  5. Peter N Lewis
  6. Fabrizio Oddone <fab@kagi.com> <— send bug reports here!
  7.  
  8.  
  9. To suppress custom icons on CD-ROMs install this extension.
  10. This tends to speed up the Finder by a factor of about a zillion.
  11. To temporarily show the custom icons, hold down the Command () key when opening a folder.
  12.  
  13. Suppose you want the extension to be inactive (show all icons) except when you hold down the Command () key. Open the 'cdev' resource with ResEdit (Open Using Hex Editor) and change “662C” to “672C”.
  14.  
  15. Wish
  16. ----
  17. Dear Apple Computer, Inc.,
  18. how about a nice checkbox in the Views control panel?
  19.  
  20. Caveats
  21. -------
  22. Works “as is” with Apple’s CD-ROMs, the PowerCD, some NEC drives, and Optima Technologies CD-R Access™.
  23. It used to work on floppies and networked disks, but I removed this feature since it could permanently (instead of temporarily) turn off the custom icons. CDIconKiller was devised with a read-only device in mind after all.
  24. To support other kinds of media, modify the resource 'STR#' with ID=128; that is, add the name of the driver that accesses the peripheral.
  25. For instance, the floppy driver is named ".Sony" and the network driver is named ".AFPTranslator". (You won’t paste the quotes, will you?)
  26.  
  27. Q.: HELP! What’s my driver name? I couldn’t find it on my passport!
  28. A. #1: open the control panel or extension containing the driver with ResEdit, open the 'DRVR' resource type, get info, copy the driver name into the 'STR#' 128 in CDIconKiller. This is not guaranteed to work, since someone might use a nonstandard way to install a driver.
  29. A. #2: (for Power Users) drop into Macsbug, type 'drvr', find the right driver in the list, use ResEdit as described in #1.
  30.  
  31. Warning #1: there is one known interference with Now Utilities 6.5, reported by Howard Chansky. A type 10 Finder error occurs every time he tries to place an item using the Now Folder Menu feature. The crash used to occur with Now 5 and 6 too.
  32.  
  33. Warning #2: Rahul Sen Gupta reports this weird Finder (as of 7.5.5) bug: with CDIconKiller 1.4 installed in the Startup Items Folder, the Launcher control panel does not open automatically after restart, if the relevant setting is turned on in the General Controls control panel.
  34.  
  35.  
  36.  
  37. To work around this:
  38. 1. move CDIconKiller anywhere on your startup disk;
  39. 2. make an alias to it, and put the alias into your Startup Items folder;
  40. 3. rename the alias so that CDIconKiller starts after the Launcher: "zCDIconKiller" will do.
  41. In the German System Software (the one Rahul Sen Gupta is using) the Launcher is dubbed Klickstarter; General Controls is Allgemeine Einstellungen.
  42.  
  43. Version History
  44. ---------------
  45. 1.4.1: Now supports Optima Technologies CD-R Access; thanks to Ivo Maisano, Anna Olmo, and Peppino Ventura for helping with this. Updated to CodeWarrior 11.
  46. 1.4: Now runs as a fake control panel, in order to patch only the Finder. Updated to CodeWarrior 10.
  47. 1.3.4: Adapted to CodeWarrior 7 (no code changes). Updated the docs.
  48. 1.3.3: Fixes a small bug that could prevent the Command-key shortcut from working (thanks to Patrick Dyson for pointing this out). Asm source is back! (I forgot, sorry…)
  49. 1.3.2: now works with Apple PowerCDs (thanks to Arnd Gross for pointing this out). No code changes.
  50. 1.3.1: was considering only the first string in the STR# resource: fixed.
  51. 1.3: should be async-calls compatible; you may specify more than one driver (currently considers the first fifteen strings in the resource; enough?).
  52. 1.2: now always loads the patch at startup: can load before your CD driver, works with LoadADrive by Dieter Spaar <spaar@mirider.augusta.de>.
  53. 1.1.1: added the 'sysz' resource, the  key shortcut, fixed the misaligned icon at startup (suggested by Masatsugu Nagata), better TrapAvailable (written by Stefan Kurth).
  54. 1.1: bug fixes, CD driver string in resource (suggested by Quinn), asm tweaks etc. by Fabrizio Oddone
  55. 1.0: 05:30 18 June 1994 Original Release by Quinn & Peter N Lewis